.highslide-html {
    background-color: White;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    padding-left: 22px;
    background-image: url('graphics/loader.white.gif');
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

.highslide-wrapper { background:white; }

.highslide-caption {
	display: none;
}

/* Styles for the zoom image */
.highslide-photo {
	background-color: White;
}
.highslide-photo .highslide-image {
	border: 1px solid #ccc;
	padding: 4px;
}

/* Styles for the zoom image */
.photo-with-caption {
	background-color: White;
}
.photo-with-caption .highslide-image {
	border-bottom: 1px solid #ccc;
	padding: 5px;
}
.photo-with-caption .highslide-caption {
	padding:2px 4px 2px 4px;
	background: #f7f7f7;
	text-align: left;
}
.photo-with-caption a {
	text-decoration:none;
}

/*****************************************************************************/
/* Controls for the galleries.											   */
/*****************************************************************************/
.photo-with-caption .highslide-controls {
	width: 65px;
	height: 20px;
	background: url(graphics/controlbar-white-small.gif) 0 -90px no-repeat;
	margin: 5px 20px 10px 0;
}
.photo-with-caption .highslide-controls ul {
	position: relative;
	left: 15px;
	height: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(graphics/controlbar-white-small.gif) right -90px no-repeat;
}
.photo-with-caption .highslide-controls li {
	float: left;
	padding: 5px 0;
	margin:0;
}
.photo-with-caption .highslide-controls a {
	background-image: url(graphics/controlbar-white-small.gif);
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	outline: none;
}
.photo-with-caption .highslide-controls a.disabled {
	cursor: default;
}
/* hide the text for these graphic buttons */
.photo-with-caption .highslide-controls a span {
	display: none;
}
.photo-with-caption .highslide-controls .highslide-move {
	display: none;
}
.photo-with-caption .highslide-controls .highslide-full-expand {
	display: none;
}
.photo-with-caption .highslide-controls .highslide-close {
	display: none;
}

/* The CSS sprites for the controlbar*/
.photo-with-caption .highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.photo-with-caption .highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.photo-with-caption .highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.photo-with-caption .highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.photo-with-caption .highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.photo-with-caption .highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.photo-with-caption .highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.photo-with-caption .highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.photo-with-caption .highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.photo-with-caption .highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.photo-with-caption .highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.photo-with-caption .highslide-controls .highslide-move a {
	background-position: -80px 0;
}
.photo-with-caption .highslide-controls .highslide-move a:hover {
	background-position: -80px -20px;
}
.photo-with-caption .highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.photo-with-caption .highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.photo-with-caption .highslide-controls .highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.photo-with-caption .highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.photo-with-caption .highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}

/* Styles for the zoom image */
.controlbar {
	background: url("graphics/cubebar-photo.gif");
	width: 86px;
	height: 19px;
	float:right;
}
.controlbar a {
	display: block;
	float: left;
	height: 19px;
}
.controlbar a:hover {
	background-image: url("graphics/cubebar-photo-hover.gif");
}
.controlbar .previous {
	width: 20px;
}
.controlbar .next {
	width: 20px;
	background-position: -20px 0;
}
.controlbar .highslide-move {
	width: 20px;
	background-position: -40px 0;
}
.controlbar .close {
	width: 20px;
	background-position: -60px 0;
}

/* Styles for the news popup */
.newsstory-wrapper {
	background-color: White;
}
.newsstory-wrapper .highslide-html-content {
	width: 550px;
	height: 300px;
	padding: 20px 5px 20px 5px;
}
.newsstory-wrapper .highslide-header {
	display: none;
}
.newsstory-wrapper .highslide-footer {
	display: none;
}
.newsstory-wrapper .highslide-body {
}
.newsstory-wrapper .highslide-header .highslide-move {
    display: none;
}

/* Generic styles for the form popup */
.form-wrapper {
	color:#000;
	font-family: Verdana,Helvetica,Sans-Serif;
	font-size: 8pt;
	text-align: left;
}
.form-wrapper .highslide-html {
	border: 2px solid #fff;
	background-color: #efefef;
}
.form-wrapper h3 {
	margin: 0 -6px 0 -6px;
	padding: 0 6px 0 6px;
	color: #00c;
	font-size: 11pt;
}
.form-wrapper .showformresults {
	margin: 5px -6px 0 -6px;
	padding: 4px 6px 0 6px;
	border-top: 3px solid white;
	color: #c00
}
.form-wrapper a {
	color:#00c;
	text-decoration:none;
}
.form-wrapper a:hover {
	color:#c00;
	text-decoration:underline;
}
.form-wrapper form {
	margin: 5px -6px 0 -6px;
	padding: 8px 6px 4px 6px;
	border-top: 3px solid white;
	border-bottom: 3px solid white;
	background:#f7f7f7;
}
.form-wrapper .highslide-html-content {
    padding: 10px 20px 10px 20px;
}
.form-wrapper .highslide-header {
	display: none;
}
.form-wrapper .highslide-footer {
	display: none;
}
.form-wrapper .highslide-body {
}
.form-wrapper .highslide-header .highslide-move {
    display: none;
}

/* Per form styles for the form popup */
.form-wrapper .login			{ width: 300px; }
.form-wrapper .login #emaillink	{ margin-right:5px; text-align:right; font-style:italic; }
.form-wrapper .myaccount		{ width: 360px; }

.highslide-dimming {
	position: absolute;
	background: White;
}
.highslide-overlay {
	display: none;
}
.closebutton {
	position: relative;
	top: -17px;
	left: 19px;
	width: 28px;
	height: 28px;
	cursor: hand; /* ie */
	cursor: pointer; /* w3c */
	background: url('graphics/close.png');
	/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='hs_includes/graphics/close.png', sizingMethod='scale');
}

.closebutton2 {
	position: relative;
	top: -10px;
	left: 15px;
	width: 28px;
	height: 28px;
	cursor: hand; /* ie */
	cursor: pointer; /* w3c */
	background: url('graphics/close.png');
	/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='hs_includes/graphics/close.png', sizingMethod='scale');
}



/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
